home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Niagara Parks / Postcard CD: Niagara Parks (2004).iso / mac / prv-f.dxr / end screen_2.ls < prev    next >
Encoding:
Text File  |  2002-01-10  |  302 b   |  15 lines

  1. global net, ss
  2.  
  3. on exitFrame me
  4.   if (net = 1) and (the timer > 280) then
  5.     gotoNetPage("www.postcardcd.com/niagaraparks/niagaraparks.htm")
  6.     net = 0
  7.   end if
  8.   if (ss = 1) and (the timer > 350) then
  9.     gotoNetPage("SSHelp.htm")
  10.     open("CopyScreenSaver")
  11.     ss = 0
  12.   end if
  13.   go(the frame)
  14. end
  15.